home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18557 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: inforamp.net!usenet
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.tools.misc,comp.os.ms-windows.programmers.misc
  4. Subject: Re: Question About Compiling
  5. Date: Sun, 21 Apr 1996 17:59:50 GMT
  6. Organization: InfoRamp Inc., Toronto, Ontario (416) 363-9100
  7. Message-ID: <4ldiib$pas@sam.inforamp.net>
  8. References: <317844C4.1CBC@rosenet.net>
  9. NNTP-Posting-Host: ts23-13.tor.istar.ca
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Eric Hammy <mystery@rosenet.net> wrote:
  13. >I'm trying to compile one of my first windows programs and this is the 
  14. >error I get:
  15. >Linking inherit.exe:
  16. >Linker Warning: No module definition file specified: using defaults
  17. >Linker Error: Undefined symbol OwlMain(int,char far*far*) in library 
  18. >file C:\BC45\LIB\owlwi.lib in module winmain
  19.  
  20. It is likely you are writing an non-OWL program and you the 
  21. ide setup to expect an OWL program.  The initiation into OWL
  22. occurs in the function OwlMain.  Non-OWL Windows programs 
  23. initiate in the function WinMain.
  24.  
  25.  
  26. Agrivar
  27.  
  28. aka Randy Charles Morin,
  29. MiddleWorld SoftWare,
  30. Satisfying Your Bit and Bytes,
  31. Canada 1-800-363-3780 
  32. Other  1-905-279-2087
  33. eMail  rmorin@inforamp.net
  34.  
  35.